home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
Chip_2003-07_cd1.bin
/
oddech
/
srp
/
Stress Relief Paintball.exe
/
scripts
/
frame_159
/
DoAction.as
Wrap
Text File
|
2002-07-26
|
502b
|
24 lines
if(random(30 - level) == 5)
{
srand = random(14) + 1;
eval("ball" + srand).play();
}
gunFrame = Math.round(_xmouse / 114) + 1;
gun.gotoAndStop(gunFrame);
timer -= 1 / frRate;
STpanel.time = "Time: " + Math.round(timer);
STpanel.points = "Score: " + score;
STpanel.hits = "Hits: " + hits;
Bpanel.bullets = "Shots: " + shots;
if(0 >= Math.round(timer))
{
gotoAndPlay(167);
}
if(0 >= shots)
{
play();
set(undefined,undefined);
shots = 0;
§§push("blnFire");
}